var math/big.cacheBase10

5 uses

	math/big (current package)
		natconv.go#L449: var cacheBase10 struct {
		natconv.go#L468: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L475: 		cacheBase10.Lock()
		natconv.go#L476: 		table = cacheBase10.table[0:k] // reuse old table for this conversion
		natconv.go#L508: 		cacheBase10.Unlock()